Welcome![Sign In][Sign Up]
Location:
Search - random number

Search list

[Otherlogistic--Pseudo-Random-Number

Description: logistic 运用普适算法 来产生伪随机序列,采用c语言编写-logistic the universal algorithm Pseudo Random Number
Platform: | Size: 1024 | Author: yueyi0221 | Hits:

[Mathimatics-Numerical algorithmsrandom-number-generator

Description: 随机数发生器,c描述,学习c的好帮手,个人认为学习语言就要多读多谢,比一遍遍看书管用多了-Generating random number sequences using the formula (linear congruence)
Platform: | Size: 1024 | Author: 陈钢 | Hits:

[File OperateAsks-the-random-number

Description: 利用c语言程序编写的容易实现的求随机数程序-Asks the random number.rar
Platform: | Size: 3072 | Author: 权恩民 | Hits:

[matlabthe-random-number-generator

Description: 第13章 随机数生成.zip。是从书中光盘里直接拷贝的代码,放在这里,与大家共享,共同交流,希望对大家有帮助。-the random number generator.zip
Platform: | Size: 7168 | Author: 空悟 | Hits:

[AlgorithmPseudo-random-number

Description: 伪随机数生成算法及比较, 讨论了用数学方法快速产生随机数的方法.-Pseudo-random number generation algorithm and compared and discussed in the fast method of generating random numbers using mathematical methods.
Platform: | Size: 1628160 | Author: | Hits:

[CSharpgeneral-random-number-in-C-Sharp

Description: 在C#中,产生一般随机数用Random即可,但是,若要产生服从特定分布的随机数,就需要一定的算法来支持了,产生服从正态分布、泊松分布、指数分布以及负指数分布随机数的方法-A general random number in C#, you can use Random, but to have to obey a particular distribution of random numbers, you need a certain algorithm to support, resulting in a normal distribution, Poisson distribution, exponential distribution and negative exponential distribution the method of random number
Platform: | Size: 26624 | Author: 于立凯 | Hits:

[VC/MFCcPP-random-number

Description: 介绍了C++随机数的概念及相关使用方法和例子-Introduced the concept of C++ random number and use methods and examples
Platform: | Size: 8192 | Author: 刘宜琳 | Hits:

[Algorithmrandom-number-producer

Description: 利用平方取中法,线性同余法产生伪随机数。可以设置随机数种子。最后结果作为文本输出。-Generates a random number
Platform: | Size: 39936 | Author: 3time | Hits:

[AlgorithmRandom-number-generation

Description: 随机数的产生,帮助了解随机概率统计的意义和研究方法,打好学习基础。-Random number generation, to help understand the significance of random probability and statistics and research methods, and lay a solid learning foundation.
Platform: | Size: 2048 | Author: zujiang | Hits:

[matlabTwo-dimensional-random-number

Description: 学习采用Matlab程序产生正态分布的二维随机数 估计类均值向量和协方差矩阵的方法 类间离散度矩阵、类内离散度矩阵的计算方法-Learning using Matlab program to generate two-dimensional normal distribution random number estimated class mean vector and covariance matrix method class scatter matrix calculation method of class dispersion matrix
Platform: | Size: 6144 | Author: | Hits:

[matlabgenerate-random-number

Description: generate random number -show how to generate random number in COmmunication
Platform: | Size: 1216512 | Author: lulu | Hits:

[SCMRandom-Number-Generator

Description: 利用IAR开发软件烧写到zigbee开发板实现随机数产生器-IAR zighbee C Random-Number Generator(Seed By User)_Ex
Platform: | Size: 7168 | Author: 许恒 | Hits:

[CSharprandom-number

Description: visual c中随机数产生的程序,可以产生选择范围内的随机数。-visual c in the random number generation program, can generate the random number selection range.
Platform: | Size: 856064 | Author: sophia | Hits:

[CSharprandom-number-by-myself

Description: 自编随机数C程序编程,可以用于平时抽号、无规则排序、无规则弹号使用。-Random number is compiled in C programming, can be used for at ordinary times, no rules, no rules no. Use.
Platform: | Size: 890880 | Author: 熙若涵 | Hits:

[Algorithmrandom-number-generation

Description: 正态随机数分布程序:生成特定区间上的随机分布数,应用于仿真实验中为数据添加噪声。-Normal random number distribution program: generate a number of randomly distributed on the specific interval, noise added to the data used in the simulation.
Platform: | Size: 249856 | Author: 朱真真 | Hits:

[OtherRandom-number-generation

Description: 只是一个能够无限次不重复的随机数的产生小程序,希望对你有帮助。-Random number generation
Platform: | Size: 200704 | Author: 静之痕 | Hits:

[Program docNIST-random-number-test-standards

Description: 这套NIST(国家标准与技术研究所)测试程序是一个统计包,包括16种测试手段。这些测试手段可测试由用作保密随机或者伪随机数发生器的硬件和软件产生的任意长的2进制序列的随机性。这些测试手段主要致力于判定可能存在于序列中的多种多样的非随机性。其中一些测试又可以分解成多种子测验。这16种测-Set NIST (National Institute of Standards and Technology) test procedure is a statistical package, including 16 kinds of testing methods. These testing methods to test the randomness of arbitrary length binary sequence generated by the hardware and software used as a the confidentiality random or pseudo-random number generator. These testing methods focused on the judgment may be present in a variety of non-random sequence. Some of these tests can be decomposed into a the seedy test. 16 measured
Platform: | Size: 970752 | Author: 陈娟 | Hits:

[assembly languagelarge-random-number-creater

Description: 产生一个1024位大随机数,并简单验证随机性-Generates a large random number 1024, and simply verify randomness
Platform: | Size: 1024 | Author: liu | Hits:

[Program docrandom-number-generator

Description: 基于FPGA 的快速均匀分布随机数发生器 随机数广泛应用于信息论、控制论、排队论、可靠性理论及人工智能等领域, 利用FPGA 的高效性、稳定性来产生均匀随机序列的方法为系统设计或测试带来了极大的便利. 本文在原有算法基础上结合同余法及Lag Fibonaicc 序列的特点, 构建了一个快速高质量的均匀分布随机数发生器. 实验研究证明随机数发生器具有良好的随机特性及均匀性-FPGA-based rapid and uniform distribution of the random number generator
Platform: | Size: 585728 | Author: kevin | Hits:

[Othergood-random-number-generator-

Description: 在matlab下运行,产生标准均匀分布,正态分布和指数分布的随机数发生器程序。-In matlab running, generate standard uniform, normal and exponential distribution random number generator program.
Platform: | Size: 9216 | Author: lichuanjiang | Hits:
« 1 2 3 45 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net